Skip to content

申请商家转账明细电子回单

商家转账明细电子回单申请受理接口,商户通过该接口可以申请受理商家转账明细电子回单。 官方文档

js
wxpay
.
v3
.
platsolution
.
mchTransfer
.
batches
.
detailReceipts
.
outBatchNo
.
_out_batch_no_
.
outDetailNo
.
_out_detail_no_
.
apply
.
post
({
sub_mchid
,
}, {
out_batch_no
,
out_detail_no
})
.
then
(
({
data
: {
sub_mchid
,
out_batch_no
,
out_detail_no
,
receipt_state
,
}, }) => ({
sub_mchid
,
out_batch_no
,
out_detail_no
,
receipt_state
,
}) )

Released under the MIT License. (SITEMAP)